 致勝網(wǎng)絡(luò)
 致勝網(wǎng)絡(luò) 13592986386
                    13592986386
                公司地址:茂名市人民南路新村大院22號(hào)101
電話:13592986386
發(fā)布時(shí)間:2024/10/24 17:08:13
	    server { 
        listen       80; 
        server_name  localhost; 
        location / { 
            root   html/default; 
            index  index.html index.htm; 
        } 
 
    } 
#set port 
    server { 
            listen       8001;          
            server_name  localhost; 
            location /{ 
                root   html/demo; 
                index  index.html index.htm; 
            } 
        }